Test once a month
authorJustin Burkett <justin@burkett.cc>
Sun, 16 Feb 2020 18:54:20 +0000 (13:54 -0500)
committerJustin Burkett <justin@burkett.cc>
Sun, 16 Feb 2020 18:54:20 +0000 (13:54 -0500)
.github/workflows/test.yml

index eb2a91ea091b137822f4bc67c93b2bb71db7855b..56b2e9e007e629b72252448866ceb160b1e29778 100644 (file)
@@ -4,6 +4,8 @@ on:
   push:
     branches:
       - master
+  schedule:
+    - cron: '* * 1 * *'
 
 jobs:
   build: